Eclipse Platform
Pre-release 3.0

Uses of Interface
org.eclipse.jface.text.contentassist.IContentAssistSubject

Packages that use IContentAssistSubject
org.eclipse.jface.text.contentassist Provides a content assist add-on for an ITextViewer
 

Uses of IContentAssistSubject in org.eclipse.jface.text.contentassist
 

Methods in org.eclipse.jface.text.contentassist with parameters of type IContentAssistSubject
 void IContextInformationValidatorExtension.install(IContextInformation info, IContentAssistSubject contentAssistSubject, int documentPosition)
          Installs this validator for the given context information.
 void IContextInformationPresenterExtension.install(IContextInformation info, IContentAssistSubject contentAssistSubject, int documentPosition)
          Installs this presenter for the given context information.
 void IContentAssistantExtension.install(IContentAssistSubject contentAssistSubject)
          Installs content assist support on the given subject.
 ICompletionProposal[] IContentAssistProcessorExtension.computeCompletionProposals(IContentAssistSubject contentAssistSubject, int documentOffset)
          Returns a list of completion proposals based on the specified location within the document that corresponds to the current cursor position within the text viewer.
 IContextInformation[] IContentAssistProcessorExtension.computeContextInformation(IContentAssistSubject contentAssistSubject, int documentOffset)
          Returns information about possible contexts based on the specified location within the document that corresponds to the current cursor position within the content assist subject.
 void ContextInformationValidator.install(IContextInformation contextInformation, IContentAssistSubject contentAssistSubject, int position)
           
 void ContentAssistant.install(IContentAssistSubject contentAssistSubject)
           
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.